home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 3.1 / SGI EnlightenDSM 3.1.iso / DEC3240 / COMMON.Z / COMMON / msg / C / sched.msg < prev    next >
Text File  |  1999-04-16  |  2KB  |  65 lines

  1. #
  2. $    SID    95/12/08 - @(#)sched.msg    1.2
  3. $
  4. $ These are error messages for the internal portion of scheduling remote file
  5. $ distribution or backup jobs.
  6. #
  7.  
  8. # SCHED_NO_DAYS_OF_WEEK1 & SCHED_NO_DAYS_OF_WEEK2
  9. 100    "Please select the days of the week that the scheduled"
  10. 101    "job should be run. Currently no days are selected"
  11.  
  12. # SCHED_NO_DAYS_OF_MONTH1 & SCHED_NO_DAYS_OF_MONTH2
  13. 102    "Please select the days of the month that the scheduled"
  14. 103    "job should be run. Currently no days are selected"
  15.  
  16. # SCHED_NO_DATE_TIME
  17. 104    "Please enter a date and time to perform the job"
  18.  
  19. # SCHED_NO_TIME
  20. 105    "Please enter the time of day to perform the job"
  21.  
  22. # SCHED_NO_JOB_DIR
  23. 106    "Unable to determine name of directory in which to store the job"
  24.  
  25. # SCHED_CANT_CREAT_BATCHFILE
  26. 107   "Unable to create batch file for job (%1s)"
  27.  
  28. # SCHED_CANT_CREAT_SCRIPT
  29. 108    "Error creating script to execute job"
  30.  
  31. # SCHED_NO_CRONJOB
  32. 109    "Error creating local cron job"
  33.  
  34. # SCHED_BAD_DATE1 & SCHED_BAD_DATE2
  35. 110    "Bad date specified (%1s)"
  36. 111    "Please re-enter"
  37.  
  38. # SCHED_TIME_IN_PAST1 & SCHED_TIME_IN_PAST2
  39. 112    "The time (%1s) at which the job to be executed"
  40. 113    "is in the past. Please re-enter date"
  41.  
  42. # SCHED_NO_DEL_CRONJOB
  43. 114    "Error removing local cron job"
  44.  
  45. # SCHED_NO_CREAT_DATAFILE
  46. 115    "Unable to create data file (%1s)"
  47.  
  48. # SCHED_DAYS_A_MONTH_DEF
  49. 116    "%{1}2d days a month"
  50.  
  51. # SCHED_DAYS_A_MONTH_ADV
  52. 117    "%{1}2d days a month at %{2}02d:%{3}02d"
  53.  
  54. # SCHED_DAYS_A_WEEK_DEF
  55. 118    "%{1}2d days a week"
  56.  
  57. # SCHED_DAYS_A_WEEK_ADV
  58. 119    "%{1}2d days a week at %{2}02d:%{3}02d"
  59.  
  60. # SCHED_ONE_TIME_DEAL
  61. 120    "One time"
  62.  
  63. # SCHED_MANUAL_DEAL
  64. 121    "Manual"
  65.